home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic 5 Developer's Kit
/
Visual Basic 5 Developer's Kit.iso
/
codes
/
unit1.~df
/
unit1.txt
< prev
Wrap
Text File
|
1997-07-10
|
2KB
|
82 lines
object Form1: TForm1
Left = 114
Top = 85
BorderStyle = bsNone
Caption = 'Form1'
ClientHeight = 399
ClientWidth = 514
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 0
Width = 514
Height = 399
Align = alClient
BevelInner = bvLowered
BorderWidth = 5
Caption = 'Panel1'
TabOrder = 0
object Image1: TImage
Left = 7
Top = 7
Width = 500
Height = 385
Align = alClient
Picture.Data = {<image000.bmp>}
end
object Image2: TImage
Left = 40
Top = 352
Width = 73
Height = 25
Hint = 'Exit'
ParentShowHint = False
ShowHint = True
OnClick = Image2Click
end
object Image3: TImage
Left = 40
Top = 296
Width = 137
Height = 33
OnClick = Image3Click
end
object Image4: TImage
Left = 344
Top = 224
Width = 153
Height = 33
OnClick = Image4Click
end
object Image5: TImage
Left = 392
Top = 280
Width = 57
Height = 25
OnClick = Image5Click
end
object Image6: TImage
Left = 368
Top = 328
Width = 105
Height = 25
OnClick = Image6Click
end
object MediaPlayer1: TMediaPlayer
Left = 136
Top = 120
Width = 253
Height = 30
Visible = False
TabOrder = 0
end
end
end